projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d40548
)
xenstore: Place return statement in the correct place to fix the build.
author
Keir Fraser
<keir.fraser@citrix.com>
Wed, 9 Apr 2008 15:02:49 +0000
(16:02 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Wed, 9 Apr 2008 15:02:49 +0000
(16:02 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/xenstore/xenstore_client.c
patch
|
blob
|
history
diff --git
a/tools/xenstore/xenstore_client.c
b/tools/xenstore/xenstore_client.c
index dabf4f72a98a0bbbb9aee5e12ca2baefbb00c4a0..762a014c263c74c3aae70b09b55a70db39d6b6fb 100644
(file)
--- a/
tools/xenstore/xenstore_client.c
+++ b/
tools/xenstore/xenstore_client.c
@@
-427,9
+427,9
@@
perform(enum mode mode, int optind, int argc, char **argv, struct xs_handle *xsh
break;
}
}
-
- return 0;
}
+
+ return 0;
}
static enum mode lookup_mode(const char *m)